home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
funcom 2000 Presskit
/
000721_1312 (fun.com).iso
/
index.dir
/
00008_Script_exit
< prev
next >
Wrap
Text File
|
2000-04-18
|
193b
|
12 lines
on mouseEnter me
set the blend of sprite (the spriteNum of me) to 60
end
on mouseLeave me
set the blend of sprite (the spriteNum of me) to 20
end
on mouseUp
go to "quit"
end